Package | Description |
---|---|
org.apache.jcs.engine.behavior |
Interfaces used by the core and the auxiliary caches.
|
Modifier and Type | Method and Description |
---|---|
ICacheElement |
ICacheService.get(java.lang.String cacheName,
java.io.Serializable key)
Returns a cache bean from the specified cache; or null if the key does not exist.
|
java.util.Map |
ICacheService.getMultiple(java.lang.String cacheName,
java.util.Set keys)
Gets multiple items from the cache based on the given set of keys.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.