|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiskCacheException | |
|---|---|
| org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess. |
| org.fjank.jcache.persistence | This package contains implementation classes for FKache's disk persistence system , and some have been set to public access for conovenience during development. |
| Uses of DiskCacheException in org.fjank.jcache |
|---|
| Methods in org.fjank.jcache that throw DiskCacheException | |
|---|---|
CacheObject |
DiskCacheObject.getCacheObject()
|
| Uses of DiskCacheException in org.fjank.jcache.persistence |
|---|
| Methods in org.fjank.jcache.persistence that throw DiskCacheException | |
|---|---|
void |
CacheFileAdapter.append(byte[] data)
|
static DiskCacheObject |
CacheFileAdapter.deSerialize(byte[] data)
|
CacheObject |
DiskCache.getObject(Serializable key)
gets an object from the diskCache |
Serializable |
CacheFileAdapter.readObject(long pos)
reads an object starting at the position,. |
void |
DiskCache.removeAll()
Will remove all objects in this diskcache. |
| Constructors in org.fjank.jcache.persistence that throw DiskCacheException | |
|---|---|
DiskCache(CacheAttributes attributes)
Creates a new DiskCache object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||