Serialized Form


Package net.dontdrinkandroot.cache

Class net.dontdrinkandroot.cache.CacheException extends Exception implements Serializable

serialVersionUID: -7471725780904149067L


Package net.dontdrinkandroot.cache.impl.disk.indexed.storage

Class net.dontdrinkandroot.cache.impl.disk.indexed.storage.AllocationException extends IOException implements Serializable

serialVersionUID: -9135050081147191231L

Class net.dontdrinkandroot.cache.impl.disk.indexed.storage.KeyedMetaData extends Object implements Serializable

Serialized Fields

key

Serializable key

expiry

long expiry

created

long created

maxIdleTime

long maxIdleTime

Package net.dontdrinkandroot.cache.metadata

Package net.dontdrinkandroot.cache.metadata.impl

Class net.dontdrinkandroot.cache.metadata.impl.BlockMetaData extends Object implements Serializable

Serialized Fields

indexData

IndexData indexData

metaData

SimpleMetaData metaData

Class net.dontdrinkandroot.cache.metadata.impl.CheckSumNotMatchingException extends CacheException implements Serializable

serialVersionUID: -3098844381139022651L

Class net.dontdrinkandroot.cache.metadata.impl.SimpleMetaData extends Object implements Serializable

Serialized Fields

expiry

long expiry

created

long created

maxIdleTime

long maxIdleTime

lastAccess

long lastAccess

hitCount

long hitCount

Package net.dontdrinkandroot.cache.statistics

Package net.dontdrinkandroot.cache.statistics.impl

Class net.dontdrinkandroot.cache.statistics.impl.SimpleCacheStatistics extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheHits

long cacheHits

cacheMissesNotFound

long cacheMissesNotFound

cacheMissesExpired

long cacheMissesExpired

putCount

long putCount

getCount

long getCount

currentSize

int currentSize

Package net.dontdrinkandroot.cache.utils

Class net.dontdrinkandroot.cache.utils.Md5Exception extends Exception implements Serializable

Class net.dontdrinkandroot.cache.utils.SerializationException extends RuntimeException implements Serializable



Copyright © 2013 dontdrinkandroot. All Rights Reserved.