java.lang.ObjectA simple unlimited cache that has no upper bound to the number of cache entries it can contain.com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache
com.opensymphony.oscache.base.algorithm.UnlimitedCache
$ - Revision: 427 $< - a href="mailto:fbeauregard@pyxis-tech.com">Francois Beauregard< - a href="mailto:abergevin@pyxis-tech.com">Alain Bergevin| Constructor: |
|---|
UNLIMITED maximum number of entries. |
| Method from com.opensymphony.oscache.base.algorithm.UnlimitedCache Summary: |
|---|
| itemPut, itemRemoved, itemRetrieved, removeItem, setMaxEntries |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.opensymphony.oscache.base.algorithm.UnlimitedCache Detail: |
|---|
itemPut with an empty implementation.
The unlimited cache doesn't care that an item was put in the cache. |
|
itemRetrieved with an empty implementation.
The unlimited cache doesn't care that an item was retrieved. |
null since items should
never end up being removed from an unlimited cache! |
setMaxEntries with an empty implementation.
This property cannot be modified and is ignored for an
UnlimitedCache. |