Uses of Class
pt.digitalis.dif.utils.cache.CacheScope

Packages that use CacheScope
pt.digitalis.dif.utils.cache   
 

Uses of CacheScope in pt.digitalis.dif.utils.cache
 

Methods in pt.digitalis.dif.utils.cache that return CacheScope
protected  CacheScope CacheInfo.getScope()
          Inspector for the 'scope' attribute.
static CacheScope CacheScope.GROUPInstance(String groupID)
           
static CacheScope CacheScope.SESSIONInstance(String sessionID)
           
static CacheScope CacheScope.USERInstance(String userID)
           
static CacheScope CacheScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheScope[] CacheScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pt.digitalis.dif.utils.cache with parameters of type CacheScope
protected  void CacheInfo.setScope(CacheScope scope)
          Modifier for the 'scope' attribute.
 

Constructors in pt.digitalis.dif.utils.cache with parameters of type CacheScope
CacheInfo(CacheScope scope, long durationInSeconds)
           
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.