| |
|
| java.lang.Object org.shiftone.cache.adaptor.OroCache
OroCache | public class OroCache implements Cache(Code) | | Makes a ORO cache look like a shiftone cache.
Notes
No support for remove
No support for clear
No support for node expiration
Cache initially allocates array of size "capacity"
version: $Revision: 1.5 $ author: Jeff Drost |
Constructor Summary | |
public | OroCache(org.apache.oro.util.Cache cache) |
OroCache | public OroCache(org.apache.oro.util.Cache cache)(Code) | | |
clear | public void clear()(Code) | | NOOP
|
createFIFO | public static Cache createFIFO(int capacity)(Code) | | |
createFIFO2 | public static Cache createFIFO2(int capacity)(Code) | | |
createLRU | public static Cache createLRU(int capacity)(Code) | | |
createRandom | public static Cache createRandom(int capacity)(Code) | | |
|
|
|