Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.RuntimeCollective.webapps.Cache

Uses of Cache in com.RuntimeCollective.webapps
 

Classes in com.RuntimeCollective.webapps that implement Cache
 class GarbageCollectedCache
          The GarbageCollectedCache is a Cache whose objects may be garbage collected.
 class PermanentCache
          The PermanentCache is a Cache which keeps objects forever.
 

Fields in com.RuntimeCollective.webapps declared as Cache
protected  Cache[] IndexedEntityBeanStore.caches
           
 

Methods in com.RuntimeCollective.webapps that return Cache
 Cache SimpleEntityBeanStore.getBeanCache(java.lang.String className)
          Get the Cache for a Class name.
 Cache IndexedEntityBeanStore.getBeanCache(java.lang.String className)
          Get the Cache for a Class name.
 Cache EntityBeanStoreHandler.getBeanCache(java.lang.String className)
          Get the Cache for a Class name.
 Cache EntityBeanStore.getBeanCache(java.lang.String className)
          Get the Cache for a Class name.