public class ICacheFactoryService extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
ICacheFactoryService(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
ICacheObject |
$apply(String cacheId) |
ICacheObject |
$apply(String cacheId,
Objs optionsMap) |
static ICacheFactoryService |
$as(Object obj) |
ICacheObject |
get(String cacheId)
Get access to a cache object by the cacheId used when it was created.
|
Object |
info()
Get information about all the caches that have been created.
|
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected ICacheFactoryService(Objs.Constructor<?> c, Object js)
public static ICacheFactoryService $as(Object obj)
public ICacheObject $apply(String cacheId, Objs optionsMap)
public ICacheObject $apply(String cacheId)
public ICacheObject get(String cacheId)
cacheId
- Name or id of a cache to access.public Object info()
Copyright © 2018. All rights reserved.