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