Uses of Class
net.sourceforge.rcache.Cache.Operation

Packages that use Cache.Operation
net.sourceforge.rcache Provides the Cache interface and its main implementations. 
net.sourceforge.rcache.decorator   
 

Uses of Cache.Operation in net.sourceforge.rcache
 

Methods in net.sourceforge.rcache that return Cache.Operation
static Cache.Operation Cache.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cache.Operation[] Cache.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Cache.Operation in net.sourceforge.rcache.decorator
 

Methods in net.sourceforge.rcache.decorator with parameters of type Cache.Operation
 double CacheProfiler.getAverage(Cache.Operation op)
          Gets the average execution time of an operation.
 long CacheProfiler.getNum(Cache.Operation op)
          Gets the number of registered invocations to the specified Cache operation.
 



© 2007-2009 Rodrigo Ruiz
This site is hosted by