CacheEntityService Class
In-cache storage service
Methods
get
(
-
key
-
cb
Retrieve a value from the cache
Parameters:
-
key
String -
cb
FunctionCallback function
purge
(
-
key
-
cb
Purge the cache of a value
Parameters:
-
key
String -
cb
FunctionCallback function
set
(
-
key
-
value
-
cb
Set a value in the cache
Parameters:
-
key
String -
value
-
cb
FunctionCallback function
Properties
GLOBAL_SITE
String
private
static
Short reference to SiteService.GLOBAL_SITE