phramework doc
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • Phramework
    • Authentication
    • Database
      • Operations
    • Exceptions
    • Extensions
    • Models
    • URIStrategy
    • Validate
    • Viewers

Classes

  • Cache
  • Compress
  • Email
  • Execute
  • Filter
  • Language
  • Operator
  • Request
  • Response
  • Upload
  • Util

Class Cache

Default cache engine

WARNING, function not completed yet

Namespace: Phramework\Models
Deprecated: since 1.0.0
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since 0
Todo: Use prefix from the settings file
Located at Models/Cache.php

Methods summary

public static cache
# getInstance( )

Returns the Singleton instance of this class.

Returns the Singleton instance of this class.

Returns

cache
The Singleton instance.
protected
# __construct( )

Protected constructor to prevent creating a new instance of the Singleton via the new operator from outside of this class.

Protected constructor to prevent creating a new instance of the Singleton via the new operator from outside of this class.

public static
# memcached( $key, $class, $function, $parameters = array(), $time = MEMCACHED_TIME_DEFAULT )
public static boolean
# memcachedDelete( string $keys )

Parameters

$keys

Returns

boolean

Todo

rename
public static boolean
# memcachedDeleteAll( )

todo rename

todo rename

Returns

boolean
phramework doc API documentation generated by ApiGen