public class

SynchronizedLRUCache

extends LRUCache<K, V>
java.lang.Object
   ↳ org.andengine.util.adt.cache.LRUCache<K, V>
     ↳ org.andengine.util.adt.cache.concurrent.SynchronizedLRUCache<K, V>

Class Overview

(c) Zynga 2012

Summary

Public Constructors
SynchronizedLRUCache(int pCapacity)
Public Methods
synchronized void clear()
synchronized V get(K pKey)
synchronized int getSize()
synchronized boolean isEmpty()
synchronized V put(K pKey, V pValue)
[Expand]
Inherited Methods
From class org.andengine.util.adt.cache.LRUCache
From class java.lang.Object

Public Constructors

public SynchronizedLRUCache (int pCapacity)

Public Methods

public synchronized void clear ()

public synchronized V get (K pKey)

public synchronized int getSize ()

public synchronized boolean isEmpty ()

public synchronized V put (K pKey, V pValue)