Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
I
O
P
U
C
clear()
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to clear the cache
containsOid(Object)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Accessor for whether the cache contains the specified id.
E
evict(Object)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to remove an entry from the cache.
evictAll()
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to remove all entries from the cache.
evictAll(Class, boolean)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to remove all entries of a type from the cache
evictAll(Collection)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to remove a collection of entries from the cache.
evictAll(Object[])
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to remove an array of entries from the cache.
G
get(Object)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Accessor for an object in the cache.
getNumberOfPinnedObjects()
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Accessor for the number of pinned objects - not supported by Ehcache.
getNumberOfUnpinnedObjects()
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Accessor for the number of unpinned objects - not supported by Ehcache.
getSize()
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Accessor for the size of the cache.
I
isEmpty()
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Accessor for whether the cache is empty
O
OSCacheLevel2Cache
- class org.jpox.cache.
OSCacheLevel2Cache
.
Simple implementation of a plugin for use of OSCache caching product with JPOX.
OSCacheLevel2Cache(Properties)
- Constructor for class org.jpox.cache.
OSCacheLevel2Cache
Constructor.
org.jpox.cache
- package org.jpox.cache
P
pin(Object)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
pinAll(Class, boolean)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
pinAll(Collection)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
pinAll(Object[])
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to pin an array of entries in the cache
put(Object, CachedPC)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to add an object to the cache under its id
U
unpin(Object)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
Method to unpin an entry from the cache
unpinAll(Class, boolean)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
unpinAll(Collection)
- Method in class org.jpox.cache.
OSCacheLevel2Cache
unpinAll(Object[])
- Method in class org.jpox.cache.
OSCacheLevel2Cache
C
E
G
I
O
P
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2007 Java Persistent Objects (JPOX). All Rights Reserved.