| java.lang.Object com.caucho.ejb.entity.EntityCache
EntityCache | public class EntityCache (Code) | | Caches entities
|
Field Summary | |
final protected static Logger | log |
EntityCache | public EntityCache()(Code) | | Caches entity beans
|
getCacheSize | public int getCacheSize()(Code) | | Gets the cache size.
|
getCacheTimeout | public long getCacheTimeout()(Code) | | Gets the cache timeout.
|
invalidateCache | public void invalidateCache()(Code) | | Invalidates the caches for all the beans.
|
setCacheSize | public void setCacheSize(int cacheSize)(Code) | | Sets the cache size.
|
setCacheTimeout | public void setCacheTimeout(long cacheTimeout)(Code) | | Sets the cache timeout.
|
start | public void start()(Code) | | Initialize the manager after all the configuration files have been read.
|
|
|