Class Cachetastic::Connection
In: lib/cachetastic_connection.rb
Parent: Object

This class caches store objects for each cache in the system.

Methods

get   new  

Included Modules

Singleton

Attributes

connections  [RW] 

Public Class methods

Public Instance methods

Takes the name of the cache and returns back the store object associated with the cache. If the store object doesn‘t exist of the the store is no longer valid a new one is created and returned.

[Validate]