org.sakaiproject.memory.api |
|
Java Source File Name | Type | Comment |
Cache.java | Interface |
A Cache holds objects with keys with a limited lifespan.
When the object expires, the cache may call upon a CacheRefresher to update the key's value. |
Cacher.java | Interface |
Cacher is an interface for any object that uses memory caches. |
CacheRefresher.java | Interface |
Utility API for classes that will refresh a cache entry when expired. |
DerivedCache.java | Interface |
A DerivedCache provides some additional caching derived from the primary data in a Cache. |
MemoryPermissionException.java | Class |
MemoryPermissionException is thrown by the Memory system when an activity is attempted that the end-user does not have permission to do. |
MemoryService.java | Interface |
MemoryService is the interface for the Sakai Memory service. |
MultiRefCache.java | Interface |
MultiRefCache is a cache that holds objects and a set of references that the cached entry are dependent on - if any change, the entry is invalidated. |