NoCacheCachingPolicy.java
2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.scene7.is.sleng.CacheAction
* com.scene7.is.sleng.CacheEnum
* scala.reflect.ScalaSignature
*/
package com.scene7.is.ps.provider.util;
import com.scene7.is.ps.provider.util.NoCacheCachingPolicy$;
import com.scene7.is.sleng.CacheAction;
import com.scene7.is.sleng.CacheEnum;
import scala.reflect.ScalaSignature;
@ScalaSignature(bytes="\u0006\u0001\u0015;Q!\u0001\u0002\t\u0002=\tACT8DC\u000eDWmQ1dQ&tw\rU8mS\u000eL(BA\u0002\u0005\u0003\u0011)H/\u001b7\u000b\u0005\u00151\u0011\u0001\u00039s_ZLG-\u001a:\u000b\u0005\u001dA\u0011A\u00019t\u0015\tI!\"\u0001\u0002jg*\u00111\u0002D\u0001\u0007g\u000e,g.Z\u001c\u000b\u00035\t1aY8n\u0007\u0001\u0001\"\u0001E\t\u000e\u0003\t1QA\u0005\u0002\t\u0002M\u0011ACT8DC\u000eDWmQ1dQ&tw\rU8mS\u000eL8cA\t\u00159A\u0011QCG\u0007\u0002-)\u0011q\u0003G\u0001\u0005Y\u0006twMC\u0001\u001a\u0003\u0011Q\u0017M^1\n\u0005m1\"AB(cU\u0016\u001cG\u000f\u0005\u0002\u0011;%\u0011aD\u0001\u0002\u000e\u0007\u0006\u001c\u0007.\u001b8h!>d\u0017nY=\t\u000b\u0001\nB\u0011A\u0011\u0002\rqJg.\u001b;?)\u0005y\u0001\"B\u0012\u0012\t\u0003\"\u0013aD4fi\u000e\u000b7\r[3TKR$\u0018N\\4\u0015\u0003\u0015\u0002\"AJ\u0015\u000e\u0003\u001dR!\u0001\u000b\u0005\u0002\u000bMdWM\\4\n\u0005):#!C\"bG\",WI\\;n\u0011\u0015a\u0013\u0003\"\u0011.\u0003I9W\r^\"bG\",W*[:t\u0003\u000e$\u0018n\u001c8\u0015\u00039\u0002\"AJ\u0018\n\u0005A:#aC\"bG\",\u0017i\u0019;j_:DQAM\t\u0005BM\n\u0011cZ3u\u0007\u0006\u001c\u0007.\u001a%ji\u0006\u001bG/[8o)\tqC\u0007C\u00036c\u0001\u0007a'\u0001\bdC\u000eDW\rV5nKN#\u0018-\u001c9\u0011\u0005]RT\"\u0001\u001d\u000b\u0003e\nQa]2bY\u0006L!a\u000f\u001d\u0003\t1{gn\u001a\u0005\u0006{E!\tEP\u0001\u0012O\u0016$h+\u00197jI\u0006$\u0018n\u001c8US6,G#\u0001\u001c\t\u000b\u0001\u000bB\u0011I!\u0002\u0019\r\f7\r[3F]\u0006\u0014G.\u001a3\u0015\u0003\t\u0003\"aN\"\n\u0005\u0011C$a\u0002\"p_2,\u0017M\u001c")
public final class NoCacheCachingPolicy {
public static boolean cacheEnabled() {
return NoCacheCachingPolicy$.MODULE$.cacheEnabled();
}
public static long getValidationTime() {
return NoCacheCachingPolicy$.MODULE$.getValidationTime();
}
public static CacheAction getCacheHitAction(long l) {
return NoCacheCachingPolicy$.MODULE$.getCacheHitAction(l);
}
public static CacheAction getCacheMissAction() {
return NoCacheCachingPolicy$.MODULE$.getCacheMissAction();
}
public static CacheEnum getCacheSetting() {
return NoCacheCachingPolicy$.MODULE$.getCacheSetting();
}
}