October\Rain\Assetic\Cache\FilesystemCache

Overview

Assetic Filesystem Cache Inherits the base logic except new files have permissions set.

Implements
  • October\Rain\Assetic\Cache\CacheInterface

Protected Properties

protected string $dir

dir name for the file cache


Public Methods

public __construct()

public __construct($dir): void

public get()

public get($key): void

public has()

public has($key): void

public remove()

public remove($key): void

public set()

public set($key, $value): void