com.supermap.services
Interface ServerCacheSupport
-
- All Superinterfaces:
- java.io.Serializable
public interface ServerCacheSupport extends java.io.SerializableCache expiration policy interface.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.ThreadLocal<ServerCacheSupport>cacheSupportThe cache expiration policy that holds the request for the current thread.
-
Method Summary
Methods Modifier and Type Method and Description booleanisCacheExpired()Determine whether the cache expires.voidnotifyCacheRemoved()The event to notify the cache has been removed.
-
-
-
Field Detail
-
cacheSupport
static final java.lang.ThreadLocal<ServerCacheSupport> cacheSupport
The cache expiration policy that holds the request for the current thread. The policy is set at the service level and is called in the server.
-
-