ehcache

Uses of Class
net.sf.ehcache.writer.writebehind.operations.SingleOperationType

Packages that use SingleOperationType
net.sf.ehcache.writer.writebehind.operations This package contains the operations for the write behind functionalities. 
 

Uses of SingleOperationType in net.sf.ehcache.writer.writebehind.operations
 

Methods in net.sf.ehcache.writer.writebehind.operations that return SingleOperationType
 SingleOperationType DeleteOperation.getType()
          Returns a stable identifier for the type this operation can be classified in.
 SingleOperationType SingleOperation.getType()
          Returns a stable identifier for the type this operation can be classified in.
 SingleOperationType WriteOperation.getType()
          Returns a stable identifier for the type this operation can be classified in.
static SingleOperationType SingleOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SingleOperationType[] SingleOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


ehcache

true