Package | Description |
---|---|
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.engine.core |
Modifier and Type | Method and Description |
---|---|
EngineRequest.Key |
EngineRequest.getKey()
Creates a new key that identifies this request if
null and return it. |
Modifier and Type | Method and Description |
---|---|
AbstractCacheEngine.CacheResult |
MemoryMapCacheEngine.getFromCache(EngineRequest.Key request)
Gets the list of nuts associated to the specified request from the cache.
|
abstract AbstractCacheEngine.CacheResult |
AbstractCacheEngine.getFromCache(EngineRequest.Key request)
Gets the list of nuts associated to the specified request from the cache.
|
void |
MemoryMapCacheEngine.putToCache(EngineRequest.Key request,
AbstractCacheEngine.CacheResult nuts)
Puts the given list of nuts associated to the specified request to the cache.
|
abstract void |
AbstractCacheEngine.putToCache(EngineRequest.Key request,
AbstractCacheEngine.CacheResult nuts)
Puts the given list of nuts associated to the specified request to the cache.
|
void |
MemoryMapCacheEngine.removeFromCache(EngineRequest.Key request)
Removes the given list of nuts associated to the specified request from the cache.
|
abstract void |
AbstractCacheEngine.removeFromCache(EngineRequest.Key request)
Removes the given list of nuts associated to the specified request from the cache.
|
Copyright © 2012-2015. All Rights Reserved.