| Package | Description |
|---|---|
| com.github.wuic.engine.core |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012-2015. All Rights Reserved.