Uses of Interface
com.googlecode.jpattern.gwt.client.cache.ICache

Packages that use ICache
com.googlecode.jpattern.gwt.client.cache   
 

Uses of ICache in com.googlecode.jpattern.gwt.client.cache
 

Classes in com.googlecode.jpattern.gwt.client.cache that implement ICache
 class NullCache
           
 class PermanentCache
          A Cache that holds forever the objects put in it
 class TimedCache
          A Cache that holds objects for a fixed maximum time
 

Methods in com.googlecode.jpattern.gwt.client.cache that return ICache
 ICache ICacheService.getCache(String cacheName)
           
 ICache CacheService.getCache(String cacheName)
           
 

Methods in com.googlecode.jpattern.gwt.client.cache with parameters of type ICache
 void ICacheService.registerCache(String cacheName, ICache cache)
           
 void CacheService.registerCache(String cacheName, ICache cache)
           
 



Copyright © 2011. All Rights Reserved.