Uses of Interface
org.apache.lokahi.core.common.interfaces.Cacheable

Packages that use Cacheable
org.apache.lokahi.core.common.interfaces   
org.apache.lokahi.httpd.api.pool   
org.apache.lokahi.tomcat.api.pool   
 

Uses of Cacheable in org.apache.lokahi.core.common.interfaces
 

Methods in org.apache.lokahi.core.common.interfaces with type parameters of type Cacheable
<T extends Cacheable>
java.util.Collection<T>
Cacheable.getAll()
          Gets all of the particular Dao from the datastore without going to the cache
 

Uses of Cacheable in org.apache.lokahi.httpd.api.pool
 

Classes in org.apache.lokahi.httpd.api.pool that implement Cacheable
 class AMPoolWorker
           
 

Uses of Cacheable in org.apache.lokahi.tomcat.api.pool
 

Classes in org.apache.lokahi.tomcat.api.pool that implement Cacheable
 class TMPoolWorker