Uses of Class
com.google.code.ssm.spring.SSMCache

Uses of SSMCache in com.google.code.ssm.spring
 

Methods in com.google.code.ssm.spring that return SSMCache
 SSMCache ExtendedSSMCacheManager.getCache(String name)
           
 SSMCache SSMCacheManager.getCache(String name)
           
 

Methods in com.google.code.ssm.spring that return types with arguments of type SSMCache
 Collection<SSMCache> SSMCacheManager.getCaches()
           
protected  Collection<SSMCache> SSMCacheManager.loadCaches()
          Load the caches for this cache manager.
 

Method parameters in com.google.code.ssm.spring with type arguments of type SSMCache
 void SSMCacheManager.setCaches(Collection<SSMCache> caches)
           
 

Constructors in com.google.code.ssm.spring with parameters of type SSMCache
SSMCache(SSMCache ssmCache, int expiration)
           
 



Copyright © 2014. All rights reserved.