org.nemesis.forum.util.cache |
|
Java Source File Name | Type | Comment |
Cache.java | Class | |
Cacheable.java | Interface | Interface that defines the necessary behavior for objects added to a Cache.
Objects only need to know how big they are (in bytes). |
CacheableInteger.java | Class | Wrapper for Integer objects so they can be treated as Cacheable objects. |
CacheableString.java | Class | Wrapper for String objects so they can be treated as Cacheable objects. |
CacheObject.java | Class | Wrapper for all objects put into cache. |
CacheSizes.java | Class | Utility class for determining the sizes in bytes of commonly used objects. |
CacheTimer.java | Class | Simple timer that keeps the currentTime variable of Cache accurate to one
second of the real clock time. |