SharedMemory - staffcheck/api GitHub Wiki

SharedMemory

Class SharedMemory

  • Class name: SharedMemory
  • Namespace:

Properties

$obj

protected mixed $obj = NULL
  • Visibility: protected

Methods

__construct

mixed SharedMemory::__construct()

SharedMemory constructor.

  • Visibility: public

set

boolean SharedMemory::set($key, $value)
  • Visibility: public

Arguments

  • $key mixed
  • $value mixed

get

boolean SharedMemory::get($key)
  • Visibility: public

Arguments

  • $key mixed

delete

boolean SharedMemory::delete($key)
  • Visibility: public

Arguments

  • $key mixed
⚠️ **GitHub.com Fallback** ⚠️