Class Finder
Namespace: System.Caching
Inheritance: TComponent » TApplicationComponent » TModule »
Properties
 NameTypeDescription
R Application TApplication current application instance. (inherited from TApplicationComponent)
  ID string id of this module. (inherited from TModule)
  KeyPrefix string a unique prefix for the keys of cached values.
  PrimaryCache boolean whether this cache module is used as primary/system cache.
R Request THttpRequest the current user request. (inherited from TApplicationComponent)
R Response THttpResponse the response. (inherited from TApplicationComponent)
R Service IService the current service. (inherited from TApplicationComponent)
R Session THttpSession user session. (inherited from TApplicationComponent)
R User IUser information about the current user. (inherited from TApplicationComponent)
Events
Methods
 NameDescription
  add Stores a value identified by a key into cache if the cache does not contain this key.
  addParsedObject Processes an object that is created during parsing template. (inherited from TComponent)
P addValue Stores a value identified by a key into cache if the cache does not contain this key.
  attachEventHandler Attaches an event handler to an event. (inherited from TComponent)
  canGetProperty Determines whether a property can be read. (inherited from TComponent)
  canSetProperty Determines whether a property can be set. (inherited from TComponent)
  createdOnTemplate This method is invoked after the component is instantiated by a template. (inherited from TComponent)
  delete Deletes a value with the specified key from cache .
P deleteValue Deletes a value with the specified key from cache This method should be implemented by child classes to delete the data from actual cache storage.
  detachEventHandler Detaches an existing event handler. (inherited from TComponent)
  evaluateExpression Evaluates a PHP expression in the context of this control. (inherited from TComponent)
  evaluateStatements Evaluates a list of PHP statements. (inherited from TComponent)
  flush Deletes all values from cache.
P generateUniqueKey a key generated from the provided key which ensures the uniqueness across applications.
  get Retrieves a value from cache with a specified key.
  getEventHandlers Returns the list of attached event handlers for an event. (inherited from TComponent)
  getSubProperty Evaluates a property path. (inherited from TComponent)
P getValue Retrieves a value from cache with a specified key.
  hasEvent Determines whether an event is defined. (inherited from TComponent)
  hasEventHandler whether an event has been attached one or several handlers. (inherited from TComponent)
  hasProperty Determines whether a property is defined. (inherited from TComponent)
  init Initializes the cache module.
  offsetExists Returns whether there is a cache entry with a specified key.
  offsetGet .
  offsetSet .
  offsetUnset .
  publishAsset Publishes a private asset and gets its URL. (inherited from TApplicationComponent)
  publishFilePath Publishes a file or directory and returns its URL. (inherited from TApplicationComponent)
  raiseEvent Raises an event. (inherited from TComponent)
  set Stores a value identified by a key into cache.
  setSubProperty Sets a value to a property path. (inherited from TComponent)
P setValue Stores a value identified by a key in cache.
Derived classes