API Docs for: 0.8.0
Show:

CacheEntityService Class

In-cache storage service

Item Index

Methods

Properties

Methods

get

(
  • key
  • cb
)

Retrieve a value from the cache

Parameters:

  • key String
  • cb Function

    Callback function

purge

(
  • key
  • cb
)

Purge the cache of a value

Parameters:

  • key String
  • cb Function

    Callback function

set

(
  • key
  • value
  • cb
)

Set a value in the cache

Parameters:

  • key String
  • value
  • cb Function

    Callback function

Properties

GLOBAL_SITE

String private static

Short reference to SiteService.GLOBAL_SITE