Skip to content

Commit

Permalink
Compackt
Browse files Browse the repository at this point in the history
  • Loading branch information
nevir committed Aug 2, 2017
1 parent 755f4fb commit 47f5929
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,10 @@ export interface Transaction {
*/
export class Cache {

/**
* Configuration used by various operations made against the cache.
*/
/** Configuration used by various operations made against the cache. */
private readonly _config: Configuration;

/**
* The current version of the cache.
*/
/** The current version of the cache. */
private _snapshot: CacheSnapshot;

/**
Expand Down

0 comments on commit 47f5929

Please sign in to comment.