|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |