Class Sass::CacheStores::Memory
In: lib/sass/cache_stores/memory.rb
Parent: Base

A backend for the Sass cache using in-process memory.

Methods

_dump   _load   new   reset!   retrieve   store  

Public Class methods

If we deserialize this class, just make a new empty one.

@private

Create a new, empty cache store.

Public Instance methods

Since the {Memory} store is stored in the Sass tree‘s options hash, when the options get serialized as part of serializing the tree, you get crazy exponential growth in the size of the cached objects unless you don‘t dump the cache.

@private

Destructively clear the cache.

[Validate]