Searched refs:createItem (Results 1 - 7 of 7) sorted by relevance
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/ |
H A D | FIFOEJBObjectCache.java | 251 createItem(hashCode, key, value, size); 357 protected CacheItem createItem(int hashCode, Object key, Object value, method in class:FIFOEJBObjectCache
|
H A D | LruCache.java | 100 protected CacheItem createItem(int hashCode, Object key, method in class:LruCache
|
H A D | BaseCache.java | 340 protected CacheItem createItem(int hashCode, Object key, method in class:BaseCache 596 newItem = createItem(hashCode, key, value, size);
|
H A D | LruSessionCache.java | 769 protected CacheItem createItem(int hashCode, Object sessionKey, method in class:LruSessionCache
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/ |
H A D | LruCache.java | 126 protected CacheItem createItem(int hashCode, Object key, method in class:LruCache
|
H A D | MultiLruCache.java | 122 protected CacheItem createItem(int hashCode, Object key, method in class:MultiLruCache
|
H A D | BaseCache.java | 287 protected CacheItem createItem(int hashCode, Object key, method in class:BaseCache 542 newItem = createItem(hashCode, key, value, size);
|
Completed in 17 milliseconds