Interface AsCacheKey
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DefaultAsCacheKey
public interface AsCacheKey extends java.io.SerializableRepresents a key in the adaptive search cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsCacheScopegetScope()Returns the scope of the cache key.
-
-
-
Method Detail
-
getScope
AsCacheScope getScope()
Returns the scope of the cache key.- Returns:
- the scope of the cache key
-
-