Skip navigation links
A C E G M R 

A

addEntity(K, Entity<V>) - Method in interface com.wassilak.cache_service.cache.Cache
The addEntity method adds the given Entity to the cache, mapped to the given key.

C

Cache<K,V> - Interface in com.wassilak.cache_service.cache
The Cache interface defines the behavior of the cache-service Cache object, which represents a cache of entities.
CacheFactory - Class in com.wassilak.cache_service.cache
The CacheFactory class gives users the ability to create Cache objects.
com.wassilak.cache_service.cache - package com.wassilak.cache_service.cache
 
com.wassilak.cache_service.entity - package com.wassilak.cache_service.entity
 
createCache() - Static method in class com.wassilak.cache_service.cache.CacheFactory
The createCache method creates a Cache object for the implied types.
createEntity(T, Long) - Static method in class com.wassilak.cache_service.entity.EntityFactory
The createEntity method creates an Entity object with the given parameters.

E

Entity<T> - Interface in com.wassilak.cache_service.entity
The Entity interface defines the behavior of the cache-service Entity object, which represents cached objects.
EntityException - Exception in com.wassilak.cache_service.entity
The EntityException class represents any exceptions that occurred while trying to create or interact with Entity objects.
EntityException(String) - Constructor for exception com.wassilak.cache_service.entity.EntityException
The EntityException constructor appends the given message to the exception passed to the caller.
EntityFactory - Class in com.wassilak.cache_service.entity
The EntityFactory class gives users the ability to create Entity objects.

G

getEntities(K) - Method in interface com.wassilak.cache_service.cache.Cache
The getEntities method returns all entites mapped to the given key.
getObject() - Method in interface com.wassilak.cache_service.entity.Entity
The getObject method returns the underlying object that this cache Entity represents.
getTimeStamp() - Method in interface com.wassilak.cache_service.entity.Entity
The getTimeStamp method returns the date/time that the entity was created.
getTimeToLive() - Method in interface com.wassilak.cache_service.entity.Entity
The getTimeToLive method returns the time that the Entity can live before it should be removed from the cache, in milliseconds.

M

MAX_TTL - Static variable in interface com.wassilak.cache_service.entity.Entity
The MAX_TTL constant represents the maximum allowable value of an Entity's timeToLive property.
MIN_TTL - Static variable in interface com.wassilak.cache_service.entity.Entity
The MIN_TTL constant represents the minimum allowable value of an Entity's timeToLive property.

R

removeEntity(K, Entity<V>) - Method in interface com.wassilak.cache_service.cache.Cache
The removeEntity method removes the given Entity from the list of Entities mapped to the given key.
A C E G M R 
Skip navigation links

Copyright © 2014. All rights reserved.