Overview

Namespaces

  • PHP
  • Sastrawi
    • Dictionary
    • Morphology
      • Disambiguator
    • Specification
    • Stemmer
      • Cache
      • ConfixStripping
      • Context
        • Visitor
      • Filter
    • StopWordRemover

Classes

  • ArrayCache

Interfaces

  • CacheInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class ArrayCache

Sastrawi\Stemmer\Cache\ArrayCache implements Sastrawi\Stemmer\Cache\CacheInterface
Namespace: Sastrawi\Stemmer\Cache
Located at Sastrawi/Stemmer/Cache/ArrayCache.php
Methods summary
public
# set( mixed $key, mixed $value )

Implementation of

Sastrawi\Stemmer\Cache\CacheInterface::set()
public
# get( mixed $key )

Implementation of

Sastrawi\Stemmer\Cache\CacheInterface::get()
public
# has( mixed $key )

Implementation of

Sastrawi\Stemmer\Cache\CacheInterface::has()
Properties summary
protected array $data array()
#
API documentation generated by ApiGen 2.8.0