Searched defs:CacheItem (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DBaseCache.java121 protected CacheItem[] buckets;
232 buckets = new CacheItem[maxBuckets];
278 * @param item <code>CacheItem</code> that was created
288 protected CacheItem itemAdded(CacheItem item) {
297 * @param item <code>CacheItem</code> accessed
301 protected void itemAccessed(CacheItem item) { }
305 * @param item <code>CacheItem</code> that was refreshed
309 protected void itemRefreshed(CacheItem item, int oldSize) { }
313 * @param item <code>CacheItem</cod
1035 protected static class CacheItem { class in class:BaseCache
1043 protected CacheItem(int hashCode, Object key, Object value, int size) { method in class:BaseCache.CacheItem
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DBaseCache.java110 protected CacheItem[] buckets;
179 buckets = new CacheItem[maxBuckets];
225 * @param item <code>CacheItem</code> that was created
235 protected CacheItem itemAdded(CacheItem item) {
244 * @param item <code>CacheItem</code> accessed
248 protected void itemAccessed(CacheItem item) { }
252 * @param item <code>CacheItem</code> that was refreshed
256 protected void itemRefreshed(CacheItem item, int oldSize) { }
260 * @param item <code>CacheItem</cod
999 protected static class CacheItem { class in class:BaseCache
1007 protected CacheItem(int hashCode, Object key, Object value, int size) { method in class:BaseCache.CacheItem
[all...]

Completed in 12 milliseconds