Yevhen Romanov
Yevhen Romanov
Versions: mogilefs - 0.9.2-dev PHP - 5.4.14, 5.4.21, 5.4.25
Exactly, be able to identify used route "rule", for general purposes like statistic/analytics
Hi, thanks :) //put some data to cache "forever" //returns true is data was cached successfully, otherwise - false let result: boolean = this._cacheService.set('key', ['some data']); //put some data to...
Hi, If current storage is not available - service will choose memory storage itself, btw you always able to specify the storage: providers: [ CacheService, {provide: CacheStorageAbstract, useClass:CacheMemoryStorage} ] OR...
same limit as for session/local storage in browser, no limits for 'memory' storage :)
Thank you for your feedback! will check and fix