| Interface | Description |
|---|---|
| CacheListener |
interface for CacheListeners. object can listen for cache events by
implementing this interface and adding a CacheListener to the ObjectCache
|
| CacheObjectInterface |
Interface that represents an object in the ObjectCache.
|
| DataCacheListener |
| Class | Description |
|---|---|
| ActorCacheObject |
Modified by Dan Higgins, Aug 9, 2007 to avoid instantiating all the actors
when the ActorCacheObject is created.
|
| BufferedDataCacheObject | |
| CacheContent |
This class represents one row of the CACHECONTENTTABLE.
|
| CacheEvent |
Event object for the CacheListener interface. allows the passing of the
CacheObject from the ObjectCache to the listening object.
|
| CacheManager |
This class represents a disk cache of CacheObjects.
|
| CacheNamedObj |
Created by IntelliJ IDEA.
|
| CacheObject |
Class that represents an object in the ObjectCache.
|
| CacheUtil |
Class that represents an object in the ObjectCache.
|
| DataCacheFileObject |
This class is not as generic as the name may indicate.
|
| DataCacheGetActor | |
| DataCacheManager | |
| DataCacheObject |
Represents an item in the cache
|
| DataCachePutActor | |
| LocalRepositoryManager | |
| LocalRepositoryManager.LocalRepository |
A repository on the local disk.
|
| RawDataCacheObject |
Class that represents an object in the CacheManager.
|
| ReportLayoutCacheObject |
Class that represents an object in the CacheManager.
|
| WorkflowRunCacheObject |
Class that represents an object in the CacheManager.
|
| Exception | Description |
|---|---|
| CacheException |
exception that is thrown when a cache error occurs
|